File tree Expand file tree Collapse file tree
generator/templates/Crud/src Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 :tableContent =" tableContent"
1212 :texts =" require('../VuetifyResourceTexts.js').default"
1313 :updateCallback =" updateEvent"
14- can-delete-resource-key =" can_be_deleted"
1514 ref =" resourceList"
1615 v-model =" selected"
17- can-search
16+ v-bind = " $attrs "
1817 >
1918 <div slot =" createContent" >
2019 <component :errors =" errors"
@@ -125,6 +124,9 @@ export default {
125124 required: false ,
126125 },
127126 },
127+ created () {
128+ console .log (this .$attrs );
129+ },
128130 methods: {
129131 /** *
130132 * @param pagination
Original file line number Diff line number Diff line change 77 :table-content =" tableContent"
88 :update-form-component =" () => import('../components/forms/User.vue')"
99 resource-uri =" user"
10+ can-search
1011 />
1112 </v-container >
1213</template >
Original file line number Diff line number Diff line change 11{
22 "name" : " vue-cli-plugin-kingscode-scaffold" ,
3- "version" : " 0.7.7 " ,
3+ "version" : " 0.7.8 " ,
44 "description" : " " ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments