We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
怎么在其他vue文件中引用到定义好的model呢?有示例吗?
The text was updated successfully, but these errors were encountered:
当作一个普通的模块引入就好了,例如:
// post-model.js import Model from 'v-model'; export default Model.extend('/posts');
import PostModel from './post-model'; PostModel.save(...)
Sorry, something went wrong.
No branches or pull requests
怎么在其他vue文件中引用到定义好的model呢?有示例吗?
The text was updated successfully, but these errors were encountered: