* Revert #858

* Create quick-houses-sip.md
This commit is contained in:
Bartek Igielski 2021-07-28 20:05:10 +02:00 committed by GitHub
parent 70f0a09d30
commit fdb1c15d75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"@astrojs/renderer-vue": patch
---
Revert #858

View file

@ -4,5 +4,4 @@ export default {
client: './client',
server: './server',
knownEntrypoints: ['vue'],
external: ['@vue/runtime-core'],
};