mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-04-25 09:10:38 +03:00
added vue router
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
module.exports = require('@vue/compiler-sfc')
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from '@vue/compiler-sfc'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from '@vue/compiler-sfc'
|
||||
+1
@@ -0,0 +1 @@
|
||||
export * from '@vue/compiler-sfc'
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
module.exports = require('@vue/compiler-sfc')
|
||||
|
||||
require('./register-ts.js')
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
export * from '@vue/compiler-sfc'
|
||||
|
||||
import './register-ts.js'
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"main": "index.js",
|
||||
"module": "index.mjs"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
if (typeof require !== 'undefined') {
|
||||
try {
|
||||
require('@vue/compiler-sfc').registerTS(() => require('typescript'))
|
||||
} catch (e) {}
|
||||
}
|
||||
Reference in New Issue
Block a user