소스 검색

:bug: Fixing a bug.#910 前端报错——[Vue warn]: The .native modifier for v-on is only valid on

冷冷 5 년 전
부모
커밋
71d2347429
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/page/login/index.vue

+ 1 - 2
src/page/login/index.vue

@@ -1,6 +1,5 @@
 <template>
-  <div class="login-container"
-       @keyup.enter.native="handleLogin">
+  <div class="login-container">
     <div class="login-weaper  animated bounceInDown">
       <div class="login-logo">
         <img src="/img/logo.png" alt="">