Questions about Vue SFC spec #6929
sapphi-red
started this conversation in
General Discussions
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! 👋 I'm a core team member of Vite.
I have some questions about Vue SFC spec.
1. Should
<template src="Foo.vue">
be supported? (https://github.com/vitejs/vite/issues/5096)This seems to be supported by Vue CLI. But this isn't explained in the spec.
2. Should
<template lang="html">
/<script lang="js">
/<style lang="css">
work? (https://github.com/vitejs/vite/issues/10033)This seems to be supported by Vue CLI. But this isn't explained in the spec.
I guess this should be supported but I wanted to confirm.
Beta Was this translation helpful? Give feedback.
All reactions