This commit is contained in:
梁朝伟
2024-11-13 19:23:49 +08:00
commit 7f3db2ed48
461 changed files with 276684 additions and 0 deletions

View File

@@ -0,0 +1 @@
export * from '@vue/compiler-sfc'

View File

@@ -0,0 +1 @@
module.exports = require('@vue/compiler-sfc')

View File

@@ -0,0 +1 @@
export * from '@vue/compiler-sfc'

View File

@@ -0,0 +1,5 @@
{
"main": "index.js",
"module": "index.mjs",
"types": "index.d.ts"
}