parent
7d9e691232
commit
1a56f37879
|
@ -309,7 +309,7 @@ export function compileVue(file, imports, options = {}) {
|
|||
})
|
||||
.join(' ')
|
||||
|
||||
js = js ? js[1] : ''
|
||||
js = js ? js[1] : 'export default {}'
|
||||
|
||||
try {
|
||||
html = compile(html[1], {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "fite",
|
||||
"type": "module",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"bin": {
|
||||
"fite": "index.js"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue