Skip to content
#

Front end

Front-end development is the process of producing HTML, CSS, and JavaScript for web application visuals and interactions.

Here are 5,462 public repositories matching this topic...

simonhermann
simonhermann commented Jun 25, 2019

What problem does this feature solve?

I just spent way too long debugging something really weird until I realized I accidentally wrote :v-if instead of v-if.

A warning when wrongly using shorthands like : on "native" vue attributes could prevent this bad experience easily.

What does the proposed API look like?

:v-if="foo"

--> console.warn("You specified v-bind:/ v-on:

ionic
andreas-aeschlimann
andreas-aeschlimann commented Oct 30, 2019

Bug Report

Ionic version:

[x] 4.x

Current behavior:

When you navigate from a tab page to another tab page and then go back with the ion-back-button, you will always end up at tab index 0 of the first tab page.

Expected behavior:

Instead, the app should go back to the tab where the user came from.

Steps to reproduce:

To illustrate the problem, I have ta

Front-End-Checklist
cyz980908
cyz980908 commented Jan 13, 2020
  • 原文链接:https://strapi.io/blog/build-a-blog-using-nuxt-strapi-and-apollo
  • 简要介绍:前段时间有人推荐了如何使用nest、vue、mongodb,搭建博客。这篇文章是使用Nuxt.js、strapi 和 Apollo 搭建博客。其中Nuxt.js 是Vue的服务端渲染框架、strapi是一个很方便且开源的内容管理平台(这里用来管理数据库里的博客帖子),Apollo 用于 graphQL ,也就是前后端的交互。可以说是上次那篇博客的另一种实现方案。
    另外...strapi现在在公测的beta版本,如果有正式版本发布,掘金翻译计划有没有兴趣翻译一下文档。。。strapi 在GitHub 上有21k 的star,还挺多的。

请完成并勾选一下三项:

  • [ x
jolrael-dev
jolrael-dev commented Dec 16, 2019

Version

1.3.0

Development Environment

Windows and Mac: Chrome, Firefox, and edge.

Current Behavior

When a user puts a <mark> tag in the markdown tab it shows the text highlight correctly on the preview, but when the tab is switched to the wysiwyg the highlight disappears. The tag is no longer on the text when you go back to the markdown tab.

Expected Behavior

The mark tag

mariusa
mariusa commented Oct 12, 2019

When getting started with tui.calendar, I found the "schedule" quite confusing, until I realized that's meant to mean one individual "event", "appointment", or "meeting". Google calendar calls those "events".

https://www.google.com/search?q=define+schedule says schedule is a list of intended events. That what would the purpose of an individual "calendar", or schedule (eg My calendar, Company, F

leightonsmith
leightonsmith commented Oct 22, 2019

Expected behavior

responsive styles for headings (e.g. h3-responsive) are available

Actual behavior

they're missing

Your working environment and MDB version information

using npm package version 4.8.11

Resources (screenshots, code snippets etc.)

I'm not too familiar with sass, but it looks like the problem is the !default added to the end of this line https://github.

danspam
danspam commented Aug 31, 2018

I have found a couple of things (so far) not mentioned in the upgrade guide:

  1. filter of a CollectionView is now viewFilter and parameters have changed
  2. { sort:false } on a CollectionView should now be {sortWithCollection: false}

Also, the depreciated section of the upgrade guide in the docs is not displaying correctly.

You can’t perform that action at this time.