mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-23 04:19:30 +08:00
Use new delegation for all tabs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div>
|
||||
Hello world python
|
||||
<input v-model="test" type="text" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -17,11 +16,7 @@
|
||||
},
|
||||
djangoRules: {
|
||||
default: false,
|
||||
enabled: true,
|
||||
},
|
||||
test: {
|
||||
default: '',
|
||||
enabled: true,
|
||||
enabled: false,
|
||||
},
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user