chore: update repo references
This commit is contained in:
@@ -372,7 +372,7 @@ defineExpose({ foo: 123 })
|
||||
assertCode(content)
|
||||
})
|
||||
|
||||
// https://github.com/vuejs/vue-next/issues/4599
|
||||
// https://github.com/vuejs/core/issues/4599
|
||||
test('attribute expressions', () => {
|
||||
const { content } = compile(`
|
||||
<script setup lang="ts">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/vuejs/vue-next.git",
|
||||
"url": "git+https://github.com/vuejs/core.git",
|
||||
"directory": "packages/compiler-sfc"
|
||||
},
|
||||
"keywords": [
|
||||
@@ -28,9 +28,9 @@
|
||||
"author": "Evan You",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/vuejs/vue-next/issues"
|
||||
"url": "https://github.com/vuejs/core/issues"
|
||||
},
|
||||
"homepage": "https://github.com/vuejs/vue-next/tree/master/packages/compiler-sfc#readme",
|
||||
"homepage": "https://github.com/vuejs/core/tree/main/packages/compiler-sfc#readme",
|
||||
"dependencies": {
|
||||
"@babel/parser": "^7.16.4",
|
||||
"@vue/compiler-core": "3.2.27",
|
||||
|
||||
Reference in New Issue
Block a user