my test post
hello everyone, I’m Dean.12345678910111213141516171819202122232425262728293031323334353637383940414243export default { name: 'OptionsApiDemo', // 状态数据 data() { return { count: 0, localMessage: 'Hello Options API!', loading: false } }, // 计算属性 computed: { doubleCount() { return this.count * 2 } }, // 方法 methods: { increment() { this.count++ }, decrement()...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment
