NO LONGER MAINTAINED: Please migrate to http://chat.vuejs.org/ for the new and improved community chat
yyx990803 on regression-test
fix: allow more enumerated valu… chore: update sponsors [ci skip… fix: fix v-bind:style for camel… and 1 more (compare)
yyx990803 on dev
fix: fix child forceUpdate regr… (compare)
yyx990803 on dev
fix: fix v-bind:style for camel… (compare)
yyx990803 on dev
chore: update sponsors [ci skip… (compare)
yyx990803 on patreon-update-1548947041032
vue-bot on patreon-update-1548947041032
chore: update sponsors [ci skip] (compare)
yyx990803 on patreon-update-1548924868622
yyx990803 on dev
fix: allow more enumerated valu… (compare)
[HIRING] [REMOTE]
Job details:
We are looking for remote mid and senior-level software engineers to join our team!
We help tech companies scale by building software development teams on remote that are budget-friendly.
We have 40 open positions jobs available right now.
The engineers will be working directly with our clients.
Job Type:
Full-Time, 1-year contracts
Location:
Fully 100% Remote
We are looking for:
(List of Job Name with Primary Required Skill and Seniority Level)
Senior PHP Developer
Senior Fullstack Developer (Angular + PHP)(JavaScript)
Middle/Senior Fullstack JavaScript (MEAN) Developer
Senior Fullstack Developer (JavaScript)
Senior Node.js Developer
Senior JavaScript (NodeJS) Developer
Front-end React.Js developer
Full Stack Angular+Node.js (Mid+)
Senior React.js (Architect)
Middle/Senior Python Developer
Senior Java Engineer/Developer
Senior Data Engineer (Java)
Middle/Senior C++ Developer
Middle+/Senior/Lead DevOps Engineer
Senior DevOps Engineer (Azure)
Mobile/AWS Solution Architect (React Native)(JavaScript)
Middle DevOps (Azure+Python(Boto3))
Middle AQA (C#, .Net) (Automation QA (.Net))
Middle to Senior Automation QA (.Net)
Middle/Senior Automation QA (Karate)(Java)
Senior Automation QA (.Net)
Senior Manual QA (Blazemeter)
Senior Embedded Software Engineer
Senior Performance Testing Engineer (Automation QA)
Middle-to-Senior AEM Developer
Senior BA/System Analyst (Business Analyst)
Data Architect (DataScience)
Middle Ruby on Rails Developer
Senior Flutter Developer (Mobile Native iOS)
Additional Requirements:
Payment/Salary range:
€3000-€5500 monthly net
Apply now:
Send your CV with your info here:
https://forms.gle/mRa5aVYCpnHjLnrA9
Hi Everyone, LinkedIn is hiring a Software Engineer - Android. Anywhere in the US, full time.
In this role, you will design and execute user-facing features for the native LinkedIn app as well as LinkedIn Learning app on Android devices, by leveraging mobile operating system frameworks for multi-threading, persisting data, and managing user experience and graphics across multiple screen sizes.
Key Skills: API, Android, OOP, (MVC/MVVM/MVP), Data structures and Algorithms
Please send your resume directly at masundaray@linkedin.com, or ping me if you have any queries.
node_modules/vue-class-component/dist/vue-class-component.esm.js:6:7:
6 │ import Vue from 'vue';
Simple implementation of BEM in Vue 3.x, helps you use the BEM specification more concisely in vue3.
vue3-bem is also very easy to use. As shown below.
// .vue
<template>
<div :class="bem('elem', 'selected')"></div>
</template>
<script lang="ts" bem-block="tip">
// do some thing
</script>
<style lang="less">
.tip {
&__elem {
&--selected {
}
}
}
</style>