腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
扩展控制器组件-angularj
、
、
我使用角1.5来开发我的应用程序,我使用的是.component()。我有三个组件及其控制器,它们都非常相似。如何将控制器从comp1扩展到与comp2一起使用?comp1.js comp2.js comp3.js
浏览 4
提问于2016-06-28
得票数 5
2
回答
Javascript,access属性回调
、
、
javascript类: this.contactForm = new ContactForm();
this.
$signupModal = $(
utils
.getModalTmpl());
this.
= $t.data('modal-form-id'); $
浏览 4
提问于2017-09-13
得票数 1
回答已采纳
1
回答
在nuxt插件中得到“这个”?
、
、
所以您可以在nuxt中创建一个插件,如下所示: name:
utils
, const value = Object.assign({}, this.value)
this.
$emit('input', value)} inject('
utils
浏览 2
提问于2022-03-03
得票数 0
回答已采纳
1
回答
Flip.from()在onLeave()仍然存在时触发<div> ()
、
、
name: 'list-control', return { };
this
$data.state = Flip.getState(gsap.
utils
.toArray('.list-control [data-flip-id]')); updated () {Flip.from(
this.
浏览 2
提问于2022-01-20
得票数 0
回答已采纳
2
回答
如何在可重用的方法中使用vue-router
、
、
为此,我创建了一个文件"
utils
.js“: nextStepAtelier () {
this.
$route.path.includes(this.user.event_1_2.slug)) { } }; 在我的step-3.vue中,我这样命名我的next
浏览 37
提问于2020-02-27
得票数 0
回答已采纳
1
回答
Vue.js -在组件属性中使用实例globalproperty作为默认值
、
、
我想这么做 id: { default:
this.
$
utils
.uuid} id: { default: () =>
this.
$
utils
.uuid}
浏览 0
提问于2021-10-01
得票数 1
1
回答
如何使odoo进度条使用十进制?
、
、
、
所以我现在正在学习odoo,我想用十进制来确定它的百分比。因此,例如,如果我输入一个0.5,进度条将显示50%,所以我不需要输入50来获得50%。我试过使用以下选项progress = fields.Float(string='Progress')XML<field name="prog
浏览 4
提问于2022-02-10
得票数 0
回答已采纳
1
回答
如何在vue-test-
utils
和jest中模拟$nuxt对象
、
、
、
、
我使用vue- test -
utils
和jest来测试我的代码。我的测试运行时没有任何问题,除非它通过下面的代码 id:
this.
$.id, power:
this.
$.ac_power, temp:
this.
$.ac_temp,
浏览 2
提问于2020-06-16
得票数 2
2
回答
Laravel登录用户最佳实践
、
、
、
、
我想知道检查用户是否仍然登录到客户端的最佳实践是什么。axios.post('/login').then(() => {});在每个页面重新加载上添加中间件以请求检索当前登录的用户信息是否有意义?像这样吗?: axios.get('/use
浏览 5
提问于2020-07-22
得票数 3
回答已采纳
1
回答
PHP中的目录结构
、
、
public_login.php| | | | -public_reset.php| | | -
utils
.php/class/proc/public_login.php'); Now inside the public_login.php there is requirement of app/class/
utils
.php/
utils
.php
浏览 1
提问于2013-04-22
得票数 0
回答已采纳
2
回答
无法从main.js文件外部访问VueJs实例变量
、
、
/config/country_list'; const countries =
this.
浏览 40
提问于2021-07-09
得票数 0
回答已采纳
1
回答
为什么我的单元测试不能在一个文件组件中返回文本,在这个组件中,我在挂载的钩子上用$el.innerText设置文本?
、
、
而不是使用胡子语法来呈现属性{{ content }},我通过挂载钩子设置了元素innerText: content: { type: String, },
this
浏览 0
提问于2019-02-02
得票数 2
1
回答
Vee Vee JS属性或方法“必需”不在实例上定义,而是在呈现过程中引用。
、
、
、
、
我是Vue和Nuxt的新手,我似乎无法克服这个错误:vee-valdate.js:import {ValidationProvider, ValidationObserver,extend} from 'vee-validate'Vue.component('ValidationProvider&
浏览 5
提问于2021-07-07
得票数 1
3
回答
如何在Nuxt.js的Vuex的效用函数中使用`$axios`
、
、
、
、
README.md│ ├── actions.js│ ├── index.js│ └──
utils
│ └── getPostById.js我将@nuxtjs/axios添加到nuxt.config.js中的模块中,并使在操作中使用
this.
但是,不能在store/post/
utils
/getPostById.js中使用A。 将出现Cannot
浏览 1
提问于2019-02-07
得票数 6
回答已采纳
1
回答
如何在AngularJS中组织一些实用程序文件,以便从app.config调用?
、
、
为此,我需要从
Utils
服务中调用一些可重用的函数。 this.generateGuid(){} app.config(['
Utils
', function(
Utils
){
浏览 1
提问于2014-07-28
得票数 0
1
回答
vue:使用节点xlsx下载excel文件
、
、
、
、
但我得到了一个错误“无法读取未定义(读取‘
utils
’)的属性”。我的模板只包含一个按钮.{ } // header { sortable: false,
浏览 3
提问于2022-02-14
得票数 0
1
回答
主干网导航不会被路由器监听,但是在加载时它会工作。
、
、
events:{ },
this
}, e.preventDefault();
浏览 2
提问于2013-05-11
得票数 3
回答已采纳
2
回答
Nuxt/Vuejs --如何创建访问模块的实用程序?
、
this.
$axios.get('events').then((response) => {}) console.error(e)我想为此编写一个util方法,比如
this
$populate.events() 我尝试过在plugins/目录中创建
utils
,但是它们没有访问
this.
$a
浏览 3
提问于2019-08-01
得票数 0
回答已采纳
1
回答
捕获没有输入字段的用户输入
、
.confirm": "doConfirmScan" this.template = _.template(
utils
.templateLoader.getrender: function(eventName) {
this
.focus(); return this;
浏览 4
提问于2014-11-19
得票数 0
1
回答
Vue + Vuex:格式化输入数据
、
、
"inputValue"</template> import {formatPhoneNumber} from '~/
utils
get() { },
this
cellPhoneNumber&
浏览 4
提问于2019-12-09
得票数 1
回答已采纳
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
VueRouter:this.$route.push跳转页面并带参数
vue2本地开发环境正常,生产环境下this.$router.push({ name: 'login' })不跳转
vue-webapp tabbar组件使用
你绝对疏忽的 vue 技巧-一
封装element-ui表格,我是这样做的
热门
标签
更多标签
云服务器
ICP备案
实时音视频
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券