Category "asyncdata"

canal adapter deal with ddl and dml ,I don't understand the order in which they are executed

the code in com.alibaba.otter.canal.client.adapter.rdb.service.RdbMirrorDbSyncService#sync: if (dml.getIsDdl() != null && dml.getIsDdl() && Str

Call mixin function from asyncData() method of the page component with Nuxt.js

Can I call mixin function from asyncData() method of the page component with Nuxt.js? My code: <template> ... </template> <script> impo