We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df49972 commit 1b9ed1dCopy full SHA for 1b9ed1d
docs/.vitepress/components/resource-group.vue
@@ -5,7 +5,6 @@
5
</template>
6
7
<script>
8
-import Vue from 'vue'
9
export default {
10
provide() {
11
let waitSeq = 0
@@ -14,7 +13,7 @@ export default {
14
13
return {
15
$resourceGroup: {
16
async set(fileName, code) {
17
- Vue.set(data.fileContents, `/path/${fileName}`, code)
+ data.fileContents[`/path/${fileName}`] = code
18
19
const timeSeq = ++waitSeq
20
await Vue.nextTick()
0 commit comments